object PwdForm: TPwdForm Left = 479 Top = 109 BorderStyle = bsDialog ClientHeight = 109 ClientWidth = 273 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 7 Top = 8 Width = 260 Height = 28 AutoSize = False end object Edit1: TEdit Left = 10 Top = 43 Width = 254 Height = 21 PasswordChar = '*' TabOrder = 0 OnChange = Edit1Change end object Button1: TButton Left = 56 Top = 76 Width = 76 Height = 23 Enabled = False TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 144 Top = 76 Width = 74 Height = 23 TabOrder = 2 OnClick = Button2Click end end